home *** CD-ROM | disk | FTP | other *** search
/ Explorers of the New World / Explorers of the New World.iso / pc / extimel.dir / 00145_INITIALIZE TIMELINE.ls < prev    next >
Encoding:
Text File  |  1995-09-06  |  265 b   |  9 lines

  1. on initializeTimeline
  2.   global forwardTimeArrow, backTimeArrow, fingerCursor
  3.   setUpMenu()
  4.   set forwardTimeArrow to 3
  5.   set backTimeArrow to 4
  6.   set the cursor of sprite forwardTimeArrow to fingerCursor
  7.   set the cursor of sprite backTimeArrow to fingerCursor
  8. end
  9.